body{background-color:#FFF;}
.donghua{
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
}



/*侧边工具栏*/
.toolbar-box{
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 112;
}
@media only screen and (min-width: 1367px) and (max-width: 1920px)
{
.toolbar-box{
  position: fixed;
  bottom: 180px;
  right: 0px;
  z-index: 112;
}
}
.toolbar-box .ul1{
  border-bottom: 1px solid #d6d6d6;
}
.toolbar-box .ul1 li .a1{
  display: block;
  width: 48px;
  height: 44px;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
}
.toolbar-box .ul1 li:last-child .a1{
  border-bottom: none;
}
.toolbar-box .ul1 li .qq{
  width: 48px;
  height: 44px;
  position: relative;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
}
.toolbar-box .ul1 li .icon{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}
.toolbar-box .ul1 li .icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  margin-left: -10px;
}
.toolbar-box .ul1 li .icon .img1{
  z-index: 1;
}
.toolbar-box .ul1 li .icon .img2{
  opacity: 0;
}
.toolbar-box .ul1 li .weixin{
  position: relative;
}
.toolbar-box .ul1 li .weixin .ewm{
  position: absolute;
    top: -44px;
    left: -134px;
    width: 132px;
    height: 132px;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
    max-width: none;
}
.toolbar-box .ul1 li .qq .hover-box{
  position: absolute;
    top: -20px;
    right: 60px;
    width: 142px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    font-size: 12px;
    color: #e94f25;
    line-height: 24px;
    z-index: 12;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .qq .hover-box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #d9d9d9;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
}
.toolbar-box .ul1 li .qq .hover-box:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 9px solid transparent;
    margin-top: -9px;
}
.toolbar-box .ul1 li .qq .hover-box .hb-span{
  font-size: 14px;
  color: #515151;
  font-weight: bold;
}
.toolbar-box .ul1 li .qq .hover-box a{
  font-size: 14px;
  color: #1eb8ce;
  font-weight: bold;
  display: block;
}
.toolbar-box .ul1 .back-top{
  display: none;
}
@media only screen  and (min-width: 600px){
  .toolbar-box .ul1 li .weixin:hover .ewm,.toolbar-box .ul1 li .qq:hover .hover-box{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
}
@media only screen  and (max-width: 600px){
  .toolbar-box{
    display: none;
  }
  .toolbar-box .ul1 li .weixin[data-on="hover"] .ewm,.toolbar-box .ul1 li .qq[data-on="hover"] .hover-box{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
}
.wrappera{
	width: 100%;
	float: left;
	position: absolute;
	z-index:99999;
}
.mobile-inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}

.mobile-inner-header{
	background-color: rgba(255,255,255,1.0);
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:99999;
}
.mobile-inner-header .mobilelogo{float:left; padding:7px;}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(0,0,0,0.8);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
		
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
	z-index:9999;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.mobile-inner-nav a{
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}
			
	@-webkit-keyframes returnToNormal {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	            transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	            transform: none;
	  }
	}

	@keyframes returnToNormal {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	            transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	            transform: none;
	  }
	}